hb_font_get_glyph_from_name_func_t

A virtual method for the #hb_font_funcs_t of an #hb_font_t object.

This method should retrieve the glyph ID that corresponds to a glyph-name string.

alias hb_font_get_glyph_from_name_func_t = hb_bool_t function(hb_font_t* font, void* fontData, char* name, int len, hb_codepoint_t* glyph, void* userData)

Return Value

%true if data found, %false otherwise

Meta